home *** CD-ROM | disk | FTP | other *** search
/ Dermatology Step by Step / Dermatology Step by Step.iso / pc / Media / Dermatology / Algorithm.swf / scripts / DefineButton2_219 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-02-15  |  92 b   |  7 lines

  1. on(release){
  2.    if(_root.isRollOverEnable)
  3.    {
  4.       showExtendedAlgorithm();
  5.    }
  6. }
  7.